home *** CD-ROM | disk | FTP | other *** search
/ Radio Amateur Callbook 1999 / Radio Amateur Callbook 1999.iso / callbook.exe / 0 / RCDATA / TPPTEMPLATEDIALOG / TPPTEMPLATEDIALOG.txt
Text File  |  1999-04-23  |  2KB  |  82 lines

  1. object ppTemplateDialog: TppTemplateDialog
  2.   Left = 268
  3.   Top = 231
  4.   BorderStyle = bsDialog
  5.   Caption = 'Open'
  6.   ClientHeight = 265
  7.   ClientWidth = 419
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   OnCloseQuery = FormCloseQuery
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object lblTemplateName: TLabel
  19.     Left = 9
  20.     Top = 207
  21.     Width = 28
  22.     Height = 13
  23.     Caption = 'Name'
  24.   end
  25.   object lbxTemplates: TListBox
  26.     Left = 6
  27.     Top = 22
  28.     Width = 406
  29.     Height = 167
  30.     Ctl3D = False
  31.     ItemHeight = 13
  32.     ParentCtl3D = False
  33.     Sorted = True
  34.     TabOrder = 1
  35.     OnClick = lbxTemplatesClick
  36.     OnDblClick = lbxTemplatesDblClick
  37.   end
  38.   object btnCancel: TButton
  39.     Left = 337
  40.     Top = 233
  41.     Width = 75
  42.     Height = 23
  43.     Cancel = True
  44.     Caption = 'Cancel'
  45.     ModalResult = 2
  46.     TabOrder = 2
  47.   end
  48.   object btnOK: TButton
  49.     Left = 338
  50.     Top = 203
  51.     Width = 75
  52.     Height = 23
  53.     Caption = '&Open'
  54.     Default = True
  55.     ModalResult = 1
  56.     TabOrder = 3
  57.   end
  58.   object edtTemplateName: TEdit
  59.     Left = 48
  60.     Top = 204
  61.     Width = 265
  62.     Height = 21
  63.     TabOrder = 4
  64.   end
  65.   object hdrList: THeader
  66.     Left = 6
  67.     Top = 5
  68.     Width = 406
  69.     Height = 18
  70.     AllowResize = False
  71.     Font.Charset = DEFAULT_CHARSET
  72.     Font.Color = clBlack
  73.     Font.Height = -11
  74.     Font.Name = 'MS Sans Serif'
  75.     Font.Style = []
  76.     ParentFont = False
  77.     Sections.Sections = (
  78.       #0'124'#0' Name')
  79.     TabOrder = 0
  80.   end
  81. end
  82.